Journals
  Publication Years
  Keywords
Search within results Open Search
Please wait a minute...
For Selected: Toggle Thumbnails
Chinese homophonic neologism discovery method based on Pinyin similarity
Hanchen LI, Shunxiang ZHANG, Guangli ZHU, Tengke WANG
Journal of Computer Applications    2023, 43 (9): 2715-2720.   DOI: 10.11772/j.issn.1001-9081.2022091390
Abstract324)   HTML11)    PDF (927KB)(211)       Save

As one of the basic tasks of natural language processing, new word identification provides theoretical support for the establishment of Chinese dictionary and analysis of word sentiment tendency. However, the current new word identification methods do not consider the homophonic neologism identification, resulting in low precision of homophonic neologism identification. To solve this problem, a Chinese homophonic neologism discovery method based on Pinyin similarity was proposed, and the precision of homophonic neologism identification was improved by introducing the phonetic comparison of new and old words in this method. Firstly, the text was preprocessed, the Average Mutual Information (AMI) was calculated to determine the degree of internal cohesion of candidate words, and the improved branch entropy was used to determine the boundaries of candidate new words. Then, the retained words were transformed into Chinese Pinyin with similar pronunciations and compared to the Chinese Pinyin of the old words in the Chinese dictionary, and the most similar results of comparisons would be retained. Finally, if a comparison result exceeded the threshold, the new word in the result was taken as the homophonic neologism, and its corresponding word was taken as the original word. Experimental results on self built Weibo datasets show that compared with BNshCNs (Blended Numeric and symbolic homophony Chinese Neologisms) and DSSCNN (similarity computing model based on Dependency Syntax and Semantics), the proposed method has the precision, recall and F1 score improved by 0.51 and 5.27 percentage points, 2.91 and 6.31 percentage points, 1.75 and 5.81 percentage points respectively, indicating that the proposed method has better Chinese homophonic neologism identification effect.

Table and Figures | Reference | Related Articles | Metrics
Heterogeneous hypernetwork representation learning method with hyperedge constraint
Keke WANG, Yu ZHU, Xiaoying WANG, Jianqiang HUANG, Tengfei CAO
Journal of Computer Applications    2023, 43 (12): 3654-3661.   DOI: 10.11772/j.issn.1001-9081.2022121908
Abstract332)   HTML29)    PDF (2264KB)(213)       Save

Compared with ordinary networks, hypernetworks have complex tuple relationships, namely hyperedges. However, most existing network representation learning methods cannot capture the tuple relationships. To solve the above problem, a Heterogeneous hypernetwork Representation learning method with Hyperedge Constraint (HRHC) was proposed. Firstly, a method combining clique extension and star extension was introduced to transform the heterogeneous hypernetwork into the heterogeneous network. Then, the meta-path walk method that was aware of semantic relevance among the nodes was introduced to capture the semantic relationships among the heterogeneous nodes. Finally, the tuple relationships among the nodes were captured by means of the hyperedge constraint to obtain high-quality node representation vectors. Experimental results on three real-world datasets show that, for the link prediction task, the proposed method obtaines good results on drug, GPS and MovieLens datasets. For the hypernetwork reconstruction task, when the hyperedge reconstruction ratio is more than 0.6, the ACCuracy (ACC) of the proposed method is better than the suboptimal method Hyper2vec(biased 2nd order random walks in Hyper-networks), and the average ACC of the proposed method outperforms the suboptimal method, that is heterogeneous hypernetwork representation learning method with hyperedge constraint based on incidence graph (HRHC-incidence graph) by 15.6 percentage points on GPS dataset.

Table and Figures | Reference | Related Articles | Metrics
Deep review attention neural network model for enhancing explainability of recommendation system
Chuyuan WEI, Mengke WANG, Chuanhao HU, Guangqi ZHANG
Journal of Computer Applications    2023, 43 (11): 3443-3448.   DOI: 10.11772/j.issn.1001-9081.2022101628
Abstract294)   HTML12)    PDF (1652KB)(348)       Save

In order to improve the explainability of Recommendation System (RS), break the inherent limitations of recommendation system and enhance the user’s trust and satisfaction on recommender systems, a Deep Review Attention Neural Network (DRANN) model with enhanced explainability was proposed. Based on the potential relationships between users and items on text reviews, the rich semantic information in user reviews and item reviews was used to predict users’ interest preferences and sentiment tendencies by the proposed model. Firstly, a Text Convolutional Neural Network (TextCNN) was used to do shallow feature extraction for word vectors. Then, the attention mechanism was used to assign weights to comment data and filter invalid comment information. At the same time, the deep autoencoder module was constructed to reduce the dimension of high-dimensional sparse data, remove interference information, learn deep semantic representation, and enhance the explainability of recommendation model. Finally, the prediction score was obtained through the prediction layer. Experimental results on the four public data sets including Patio, Automotive, Musical Instrument (M?I) and Beauty show that DRANN model has the smallest Root Mean Square Error (RMSE) compared with Probabilistic Matrix Factorization (PMF), Single Value Decomposition++ (SVD++), Deep Cooperative Neural Network (DeepCoNN), Tree-enhanced Embedding Model (TEM), DeepCF (Deep Collaborative Filtering) and DER(Dynamic Explainable Recommender), verifying its effectiveness in improving performance and the feasibility of the adopted explanation strategy.

Table and Figures | Reference | Related Articles | Metrics
Passive haptic interaction method for multiple virtual targets in vast virtual reality space
Jieke WANG, Lin LI, Hailong ZHANG, Liping ZHENG
Journal of Computer Applications    2022, 42 (11): 3544-3550.   DOI: 10.11772/j.issn.1001-9081.2021122123
Abstract274)   HTML7)    PDF (2818KB)(80)       Save

Focused on the issue that real interaction targets cannot be matched with the virtual interaction targets one by one when providing passive haptics for redirected walking users in a vast Virtual Reality (VR) space, a method with two physical proxies acting as haptic proxies to provide haptic feedback for multiple virtual targets was proposed, in order to meet the user’s passive haptic needs alternately during the redirected walking process based on Artificial Potential Field (APF). Aiming at the misalignment of virtual and real targets caused by the redirected walking algorithm itself and inaccurate calibration, the position and orientation of the virtual target were designed and haptic retargeting was introduced in the interaction stage. Simulation experimental results show that the design of the virtual target position and orientation can reduce the alignment error greatly. User experiments prove that haptic retargeting further improves the interaction accuracy and can bring users a richer and more immersive experience.

Table and Figures | Reference | Related Articles | Metrics
Design and implementation of parallel genetic algorithm for cutting stock of circular parts
Zhiyang ZENG, Yan CHEN, Ke WANG
Journal of Computer Applications    2020, 40 (2): 392-397.   DOI: 10.11772/j.issn.1001-9081.2019081397
Abstract320)   HTML0)    PDF (658KB)(246)       Save

For the cutting stock problem of circular parts which is widely existed in many manufacturing industries, a new parallel genetic algorithm for cutting stock was proposed to maximize the material utilization within a reasonable computing time, namely Parallel Genetic Blanking Algorithm (PGBA). In PGBA, the material utilization rate of cutting plan was used as the optimization objective function, and the multithread was used to perform the genetic manipulation on multiple subpopulations in parallel. Firstly, a specific individual coding method was designed based on the parallel genetic algorithm, and a heuristic method was used to generate the individuals of population to improve the search ability and efficiency of the algorithm and avoid the premature phenomena. Then, an approximate optimal cutting plan was searched out by adaptive genetic operations with better performance. Finally, the effectiveness of the algorithm was verified by various experiments. The results show that compared with the heuristic algorithm proposed in literature, PGBA takes longer computing time, but has the material utilization rate greatly improved, which can effectively improve the economic benefits of enterprises.

Table and Figures | Reference | Related Articles | Metrics
Partial differential equation model of fingerprint image inpaiting based on orientation field
HAN Zhike WANG Gui
Journal of Computer Applications    2013, 33 (10): 2886-2890.  
Abstract819)      PDF (894KB)(523)       Save
This paper presented a new Partial Differential Equation (PDE) model for fingerprint image restoration, which was an effective method for fingerprint image automatic inpainting. The existing solutions to image inpainting have some drawbacks: satisfactory inpainting results for fingerprint image cannot be provided by common image inpainting models, usually due to the lack of geometric information of the direction field; or because of the introduction of geometric information of the direction field, error results, such as different ridge lines connected to each other, will appear during inpainting process. The main principle of the presented model was to employ the orientation field to act as the constraint of the diffusion directions after comparing and analyzing the existing solutions, and the gray information could be propagated into the inpainting domain along a local fix orientation in the inpainting process, which characterized the orientation of the ridges. The presented model improved normal PDE models for fingerprint image inpainting. The numerical experimental results show that the proposed model is superior to common models at inpainting fingerprint images.
Related Articles | Metrics
Microblog fans network evolving model based on user social characteristics and attractiveness of behavior properties
WANG jing ZHU Ke WANG Binqiang
Journal of Computer Applications    2013, 33 (10): 2753-2756.  
Abstract596)            Save
According to the research into how the users social characteristics and behavior properties influence the microblog fans network evolving, a new microblog fans network evolving model based on the attractive factor called SBPAF was proposed. The attractive factor for social characteristics and the attractive factor for behavior properties were defined. The nodes create new edges according to attractive factor preferential attachment principle and the two-step attachment principle. Besides, the dying out of the edges was also considered. The parameter in the model can be adjusted flexibly so that different microblog fans networks can be simulated. Finally, the mathematical analysis and computational experiments verify that SBPAF model is reasonable and available.
Related Articles | Metrics
Survey on microblog research based on information data analysis
WANG jing ZHU Ke WANG Bin-qiang
Journal of Computer Applications    2012, 32 (07): 2027-2029.   DOI: 10.3724/SP.J.1087.2012.02027
Abstract1255)      PDF (673KB)(1239)       Save
In recent years, with the advances in information communication and organizational ability, microblog has attracted the attention of scholars of all kinds. This paper reviewed the present study of microblog based on the information data analysis, and presented the concept of three components in microblog information transmission. Besides it summarized the main problems and methods in this field, generalized the domestic and foreign achievement. Finally, the trend for future work on the monitoring and management of microblog was discussed.
Reference | Related Articles | Metrics
Multi-tree anti-collision algorithm based on heuristic function
DING Zhi-guo ZHU Xue-yong LEI Ying-ke WANG Xin-ling
Journal of Computer Applications    2012, 32 (03): 665-668.   DOI: 10.3724/SP.J.1087.2012.00665
Abstract1206)      PDF (587KB)(612)       Save
In order to overcome the low efficiency of traditional binary-tree anti-collision algorithms, an adaptive multi-tree anti-collision algorithm based on heuristic function was presented in the paper. By defining the heuristic function which was computed by the number of collision bits, the new algorithm can estimate the number of tags in the branch effectively. Because the new algorithm can adjust the number of searching fork in different branches and depths dynamically, it improves the searching efficiency. The theoretical analyses and simulation results show that the new algorithm overcomes the deficiency of traditional algorithms. For the large number of tags in particular, it can reduce the searching and recognition time and increase the throughput of Radio Frequency IDentification (RFID) system.
Reference | Related Articles | Metrics
Dynamic double-population particle swarm optimization algorithm for power system unit commitment
Dan LI Li-qun GAO Ke WANG Yue HUANG
Journal of Computer Applications   
Abstract1739)      PDF (624KB)(1194)       Save
Dynamic Double-population Particle Swarm Optimization (DDPSO) algorithm was presented to solve the problem that the standard PSO algorithm easily fell into a locally optimized point, where the population was divided into two sub-populations varying with their own evolutionary learning strategies and exchanging between them. The algorithm had been applied to power system Unit Commitment (UC). The DDPSO particle consisted of a two-dimensional real number matrix representing the generation schedule. According to the proposed coding manner, the DDPSO algorithm could directly solve UC. Simulation results show that the proposed method performs better in term of precision and convergence property.
Related Articles | Metrics